ESRI.ArcGIS.Mobile.Client
Generic FeatureBrowseLayer Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Map Namespace : Generic FeatureBrowseLayer Class


The following tables list the members exposed by Generic FeatureBrowseLayer.

Public Constructors

 NameDescription
Public ConstructorFeatureBrowseLayer Constructor Constructs a FeatureBrowseLayer object.  
Top

Public Properties

 NameDescription
Public PropertyCountOverridden.  Gets the number of locations in the layer.  
Public PropertyDefaultPointSymbol (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyDefaultPolygonSymbol (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyDefaultPolylineSymbol (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyDefaultSymbol (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyFeatureList Gets or sets the list of Features associated with this MapGraphicLayer  
Public PropertyGraphics (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyLayerName (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyMap (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertySelectedIndex Gets or sets the index of the selected ILocation (Inherited from BrowseLayer)
Public PropertySelectedLocationOverridden.  Gets the selected location.  
Public PropertyVisible Gets or sets a property that determines if the layer is visible. (Inherited from BrowseLayer)
Top

Protected Properties

 NameDescription
Protected PropertySelectedPointSymbol Symbol used for selected points (Inherited from BrowseLayer)
Protected PropertySelectionSymbol Symbol used for selected polygons and polylines. (Inherited from BrowseLayer)
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Clean up any resources being used. (Inherited from BrowseLayer)
Public MethodEnsureSelectedItemVisibility Call this to make sure the selected ILocation is in the Map's visible extent (Inherited from BrowseLayer)
Public MethodRefresh (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public MethodToString (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Top

Protected Methods

 NameDescription
Protected MethodDraw Draws the BrowseLayer (Inherited from BrowseLayer)
Protected MethodOnDataChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Protected MethodOnGraphicsListChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Protected MethodOnMapChanging (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Protected MethodOnPropertyChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Protected MethodOnSelectedIndexChanged Occurs when the selected c is changed (Inherited from BrowseLayer)
Top

Public Events

 NameDescription
Public EventDataChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public EventPropertyChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public EventSelectedIndexChanged Occurs when the selected ILocation is changed (Inherited from BrowseLayer)
Top

See Also